VT-d: Share VT-d code between x86 and IA64
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 10 Apr 2008 08:20:07 +0000 (09:20 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 10 Apr 2008 08:20:07 +0000 (09:20 +0100)
commit4aad542894772c5fd03a665fbd67480c4a463d23
tree55c5f3065f8be57577d71f7199a2103520198c22
parentf342e8630c889e9f093d61c76e38921af09a7adc
VT-d: Share VT-d code between x86 and IA64

Declare arch-dependent functions in vtd.h, and implement them for x86.

Signed-off-by: Weidong Han <weidong.han@intel.com>
xen/drivers/passthrough/io.c
xen/drivers/passthrough/iommu.c
xen/drivers/passthrough/vtd/Makefile
xen/drivers/passthrough/vtd/iommu.c
xen/drivers/passthrough/vtd/vtd.h
xen/drivers/passthrough/vtd/x86/Makefile [new file with mode: 0644]
xen/drivers/passthrough/vtd/x86/vtd.c [new file with mode: 0644]
xen/include/xen/iommu.h